github.com/klauspost/compress/zstd.encoderState.fullFrameWritten (field)

8 uses

	github.com/klauspost/compress/zstd (current package)
		enc_jobs.go#L276: 			s.fullFrameWritten = true
		enc_jobs.go#L282: 			s.fullFrameWritten = true
		encoder.go#L58: 	fullFrameWritten bool
		encoder.go#L151: 	s.fullFrameWritten = false
		encoder.go#L299: 			s.fullFrameWritten = true
		encoder.go#L315: 			s.fullFrameWritten = true
		encoder.go#L616: 	if e.state.fullFrameWritten {
		encoder.go#L682: 	if s.fullFrameWritten {